home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vesmirna becherovka / 2004 Vesmírná Becherovka / Becherovka.exe / scripts / DefineButton2_3254 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2004-09-30  |  204 b   |  12 lines

  1. on(release){
  2.    if(_root.s.hero.name == "H_jitdal6")
  3.    {
  4.       _root.s.hero.gotoAndStop("look");
  5.    }
  6.    else
  7.    {
  8.       _root.s.cil = "napis";
  9.       _root.s.gotoAndStop("s7_jitdal6");
  10.    }
  11. }
  12.